projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36df80c
)
* emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 11 Aug 2006 14:11:10 +0000
(14:11 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 11 Aug 2006 14:11:10 +0000
(14:11 +0000)
restore unread-command-events here.
(edebug-display): Do it here, to detect sit-for interruptions.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index ce555aa338d565dad8fe9d33f4ce2942e1a9835d..6bef88ebc2dba668117061975924ab778b555982 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,9
@@
+2006-08-10 Chong Yidong <cyd@stupidchicken.com>
+
+ * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
+ restore unread-command-events here.
+ (edebug-display): Do it here, to detect sit-for interruptions.
+
2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/dns-mode.el (dns-mode): Use before-save-hook.